home *** CD-ROM | disk | FTP | other *** search
-
- char *AEBuild_ErrMsgs[] = {
- "[No Error!]",
- "Illegal character",
- "Unexpectedly fell off end of line",
- "Extra stuff past end of descriptor",
- "“-” not followed by a number",
- "Missing close “'”",
- "Illegal digit in hex string",
- "Hex string has an odd number of digits",
- "Missing “»”",
- "Hex string must be coerced to some data type",
- "Missing “””",
- "Illegal descriptor",
- "Illegal data value inside parentheses",
- "Missing “)” after data value",
- "Missing “]”",
- "Missing “,” or “]”",
- "Missing keyword in record element",
- "Missing “:” after keyword in record element"
- };
-
-